/* @charset "UTF-8"; */
/* @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700"); */
/* @import url("https://fonts.googleapis.com/css?family=Poppins:300,400,600,700&subset=latin-ext"); */
/* @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700"); */



.btn-verde {
    background-color: #00a31c;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 35px;
    width: 100%;
    margin: 8px 0;
    display: inline-block;
    text-transform: uppercase;
	/* margin-left:460px; */

}

.btn-verde:hover {
 background-color:#008817;
 -webkit-transition:all 0.2s ease-in-out;
 -moz-transition:all 0.2s ease-in-out;
 -ms-transition:all 0.2s ease-in-out;
 -o-transition:all 0.2s ease-in-out;
 transition:all 0.2s ease-in-out

}

.CampoIngresoDatos{
	height: 45px;
    background-color: #f1f1f1;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #6c757d;
    border-radius: 4px;
    padding: 6px 8px !important;

}

.cardheader {
    padding: 1%;
    border: none;
    background-color: #00498a;
	border-radius: 15px 14px 15px 15px;
	-moz-border-radius: 15px 14px 15px 15px;
	-webkit-border-radius: 15px 14px 15px 15px;
	border: 2px solid #dbd4db;		

}

.Readonlycardtitulo {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	padding: 0;

}


.card-body
{
	margin-right: -15px; 
	margin-left: -15px; 
 	margin-top: 5px; 
	/*padding: 6px 8px !important;	*/
}

	
.ubicanotones{
	margin-left: 170%!important ;
/*	margin-left:100px;*/
	 /*margin-right: auto; */
	/* margin-left: 50%!important;	 	*/
}


.show {
    display: block;
}

.hidden {
    display: none;
}

@media only screen and (min-width:700px)
 { 
	.fixed
	{
	 position:fixed!important; 
	 left: 0px!important;
	 Top:50px!important;
	 width: 310px!important;
	}
}

/* 
.Group_Data {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}	
*/

/* .d-flex { */
    /* display: flex !important; */
/* } */

.mi-clase {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    height: 100vh;/*O el alto del contenedor */
	 background-color: red;
}

.Group_Data, .Group_Data_Contenido {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 17px !important;
    width: 100% !important;
}

 .btn-flecha {
      /* position: relative;
      padding: 12px 24px;
      font-size: 18px;
      background: #f2f2f2; */
      border: none;
      cursor: pointer;
      outline: none;
    }
    .btn-flecha.activa::after {
      content: '▼';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -22px;
      color: #6176CD;
      font-size: 22px;
      pointer-events: none;
    }


/* #menu { */
  /* position: fixed; */
  /* right: 0; */
  /* top: 50%; */
  /* width: 8em; */
  /* margin-top: -2.5em; */
/* } */

/* .navbar-default { */

    /* background-color: #f8f8f8; */
    /* border-color: #e7e7e7; */

/* } */
/* .navbar-fixed-top { */
    /* top: 0; */
    /* border-width: 0 0 1px; */
/* } */

/* .navbar-fixed-bottom, .navbar-fixed-top { */

    /* border-radius: 0; */

/* } */
/* .navbar-fixed-bottom, .navbar-fixed-top { */

    /* position: fixed; */
    /* right: 0; */
    /* left: 0; */
    /* z-index: 1030; */

/* } */

/* .navbar { */
    /* position: relative; */
    /* min-height: 50px; */
    /* margin-bottom: 20px; */
    /* border: 1px solid transparent; */
        /* border-top-color: transparent; */
        /* border-top-width: 1px; */
        /* border-right-color: transparent; */
        /* border-right-width: 1px; */
        /* border-bottom-color: transparent; */
        /* border-bottom-width: 1px; */
        /* border-left-color: transparent; */
        /* border-left-width: 1px; */

/* } */

 /* #page { */
    /* width: 900px; */
    /* margin: 0 auto; */
/* } */
 
/* #cabeza { */
    /* background: #900; */
    /* height: 200px; */
/* } */
 
/* #menu-contenedor { */
    /* height: 50px; */
/* } */
 
/* ul#menu { */
    /* padding: 0; */
    /* height: 50px; */
    /* background: #dfd; */
/* } */
 
/* ul#menu li { */
    /* display: inline-block; */
/* } */
 
/* ul#menu li a { */
    /* padding: 0 10px; */
    /* display: block; */
    /* line-height: 50px; */
/* } */
 
/* #contenido { */
    /* height: 700px; */
    /* background: green; */
/* } */
 
/* .menu-fijo { */
    /* position: fixed!important; */
    /* top: 0!important; */
    /* width: 900px!important; */
/* }  */

